home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
bumpcopter2.swf
/
scripts
/
frame_41
/
PlaceObject2_538_1102
/
CLIPACTIONRECORD onClipEvent(load).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
196 b
|
12 lines
onClipEvent(load){
this.gotoAndStop(1);
xS = 0;
yS = 0;
xMax = random(3) + 5;
xMin = - xMax;
yMax = random(3) + 5;
yMin = - yMax;
time = 150;
pang = false;
}